From: Paul Eggert Date: Fri, 3 Jan 2014 06:42:23 +0000 (-0800) Subject: Whitespace fixes for recently-added code. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~1673 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ed0ca4a51a373fc23037436ccc467a982b9fcae8;p=emacs.git Whitespace fixes for recently-added code. --- diff --git a/src/alloc.c b/src/alloc.c index 868ea495475..7f0a74ca834 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -3214,8 +3214,9 @@ usage: (vector &rest OBJECTS) */) void make_byte_code (struct Lisp_Vector *v) { - /* Don't allow the global zero_vector to become a byte code object. */ - eassert(0 < v->header.size); + /* Don't allow the global zero_vector to become a byte code object. */ + eassert (0 < v->header.size); + if (v->header.size > 1 && STRINGP (v->contents[1]) && STRING_MULTIBYTE (v->contents[1])) /* BYTECODE-STRING must have been produced by Emacs 20.2 or the